UART threshold and allocation configuration
RX_TOUT_EN | This is the enble bit for uart receiver’s timeout function. |
RX_TOUT_FLOW_DIS | Set this bit to stop accumulating idle_cnt when hardware flow control works. |
RX_TOUT_THRHD | This register is used to configure the threshold time that receiver takes to receive one byte. The rxfifo_tout_int interrupt will be trigger when the receiver takes more time to receive one byte with rx_tout_en set to 1. |